home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2h.dir / 00014_Script_14 < prev    next >
Text File  |  1995-11-23  |  165b  |  10 lines

  1. on exitFrame
  2.   global count
  3.   if count<1 then
  4.     put count+1 into count
  5.     go to frame "fe2"
  6.   else
  7.       go to frame "a" of movie "2.dir"
  8.   end if
  9.   
  10. end